LUA POP FLOAT

Pops an element of the LUA stack, if and only if the top element is a number (or convertible), and returns that number as a float.
You can get more help on the LUA stack on the official LUA homepage: http://www.lua.org

SYNTAX
Return Float=LUA POP FLOAT()

RELATED INFO
LUA command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2